home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be002.dxr / 00043.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  243 b   |  16 lines

  1. on enterFrame
  2.   global temp
  3.   set temp to 1
  4.   repeat with n = 20 down to 1
  5.     puppetSprite(n, 0)
  6.     set the visible of sprite n to 1
  7.   end repeat
  8. end
  9.  
  10. on exitFrame
  11.   repeat with n = 6 to 28
  12.     handcursor(n)
  13.   end repeat
  14.   go(the frame)
  15. end
  16.